-
Notifications
You must be signed in to change notification settings - Fork 0
Update documentation (minor) #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
enryH
commented
Mar 3, 2025
- remove old report from section
- format action yaml
- check sphinx warning (some headline warnings)
| [latest releases](https://github.com/Multiomics-Analytics-Group/vuegen/releases/latest). | ||
| You will need to unzip the file and run `vuegen_gui` in the unpacked main folder. | ||
| Most dependencies are included into the bundle using PyInstaller. | ||
| Most dependencies are included into the bundle using [PyInstaller][pyinstaller]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you want to set a link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just defined all links in the bottom, so we do not have them in the main md.
README.md
Outdated
|
|
||
| More information regarding the app and builds can be found in the | ||
| [GUI README](https://github.com/Multiomics-Analytics-Group/vuegen/blob/main/gui/README.md). | ||
| [GUI README][gui-readme]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I tested and works
| ### Nextflow and nf-core | ||
|
|
||
| VueGen is also available as a [nf-core][nfcore] module, customised for compatibility with the [Nextflow][nextflow] environment. This module is designed to automate report generation from outputs produced by other modules, subworkflows, or pipelines. You can read the offical documentation for the nf-core module [here](nf-vuegen-nf-core). Also, the source code and detailed documentation are available in the [nf-VueGen repository][nf-vuegen]. | ||
| VueGen is also available as a [nf-core][nfcore] module, customised for compatibility with the [Nextflow][nextflow] environment. This module is designed to automate report generation from outputs produced by other modules, subworkflows, or pipelines. Asumming that you have `nextflow` and `nf-core` installed, you can use the following command to install the nf-core module: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is at least not rendered on readthedocs: https://vuegen--83.org.readthedocs.build/en/83/sections_readme/execution.html#running-vuegen-with-nextflow-and-nf-core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this part is in the Installation section